home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 May: Tool Chest / Dev.CD May 97 TC.toast / Sample Code / Snippets / QuickDraw / Imageer 1.0.0d3 / Documentsƒ / Version History - Imageer < prev   
Encoding:
Text File  |  1996-02-27  |  2.2 KB  |  50 lines  |  [ttro/ttxt]

  1. Imageer - Image processor
  2.  
  3. Written by: Jason Hodges-Harris,  Developer Technical Support.
  4.  
  5.  
  6. Version History
  7.  
  8.  
  9. 1.0.0d3  -  02/15/96    JHH.
  10.  
  11. -    Fixed a problem where unsupported TIFF image files would attempt to load and result in the display of corrupted image data. Should now force the load operation to abort if an unsupported opcode tag is detected.
  12.  
  13.  
  14. 1.0.0d2  -  01/30/96    JHH.
  15.  
  16.  
  17. -  Fixed problem calculating the maximum size of an image window.
  18.  
  19. -  Separated out MMU address mode test and set/reset call into single function.
  20.  
  21. -  Added function to fill in a QuickDraw GX based rect structure with short variable parameters.
  22.  
  23. -  Added progress bar dialog (CDEF based) to provide feedback during TIFF file load operation.
  24.  
  25. -  Added CustomGetFile() dialog together with dialog hook and file filter function to support the customised dialog with pop up menus to select which file type is visible and therefore available for loading.
  26.  
  27. -  Added CustomPutFile() dialog together with dialog hook to support customised dialog.
  28.  
  29. -  Removed original Save function to save PICT type images. Replaced this with an improved function which is capable of supporting saving the PICT as a QuickTime JPEG compressed image.
  30.  
  31. -  Added separate dialog to select JPEG compression setting when image is saved as a PICT file.
  32.  
  33. -  Added splash screen.
  34.  
  35. -  Registered application creator type and added a custom icon family.
  36.  
  37. -  Implemented support for Undo and Redo menu commands. For QuickDraw based images, the cache files are stored within the Temporary folder on the system volume and for QuickDraw GX, copies of the shape's transform object is stored with memory allocation controlled by QuickDraw GX.
  38.  
  39. -  Removed memory leak which occurred when switching a window to use QuickDraw GX for image display and not disposing of the now obselete GWorld structure.
  40.  
  41. -  Added file Revert function (selectable from the File menu), so the last saved version of the image can be reloaded to roll back all user changes.
  42.  
  43.  
  44. 1.0.0d1   -  12/15/95   JHH.
  45.  
  46.    Initial internal release version. 
  47.  
  48.  
  49. Note that this application is only the first developer release and will continue to be enhanced with extra functionality (as described later) at various stages when time permits.
  50.